'Declaration Public Function New( _
ByVal widthImage width.As Integer, _
ByVal heightImage height.As Integer, _
ByVal strideImage data stride.As Integer, _
ByVal pixelDataImage pixel data.() As Byte, _
ByVal resolutionImage resolution.As Vintasoft.Imaging.Resolution, _
ByVal pixelFormatImage pixel format.As Vintasoft.Imaging.PixelFormat, _
ByVal paletteImage palette.As Palette _
)
public ManagedBitmap(
int width,
int height,
int stride,
byte[] pixelData,
Vintasoft.Imaging.Resolution resolution,
Vintasoft.Imaging.PixelFormat pixelFormat,
Palette palette
)
Parameters
- width
- Image width.
- height
- Image height.
- stride
- Image data stride.
- pixelData
- Image pixel data.
- resolution
- Image resolution.
- pixelFormat
- Image pixel format.
- palette
- Image palette.